home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 020a / gif2jpg2.zip / GIF2JPG.DOC next >
Text File  |  1991-04-25  |  10KB  |  345 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.                                 GIF2JPG and JPG2GIF
  21.  
  22.                                     Version 1.41
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.                               Handmade Software, Inc.
  46.                            15951 Los Gatos Blvd., Suite 7
  47.                                 Los Gatos, CA  95032
  48.  
  49.                                 +1 408 356 4143 fax
  50.                                 +1 408 358 1292 tel
  51.  
  52.                               uucp:  apple!netcom!hsi
  53.                              internet:  hsi@netcom.com
  54.                               compuserve:  71330,3136
  55.  
  56.  
  57.                               Copyright (c) 1990-1991
  58.                                 All Rights Reserved
  59.  
  60.  
  61.  
  62.  
  63.                                     Introduction
  64.  
  65.  
  66.            JPG2GIF and GIF2JPG are a set of shareware programs which
  67.            convert GIF images to JPEG images and JPEG images back to GIF
  68.            images.
  69.  
  70.            Why would you want to do this?
  71.  
  72.            Because typically JPEG files are several times smaller than
  73.            GIF files.  So, by converting images from GIF to JPEG you save
  74.            on modeming time, long distance charges, and disk storage
  75.            requirements.  The disadvantage is that you can't view JPEG
  76.            files directly; you have to convert them back to GIF files so
  77.            that you can use your favorite GIF viewer.
  78.  
  79.  
  80.  
  81.  
  82.                               Using GIF2JPG & JPG2GIF
  83.  
  84.  
  85.            To convert .GIF files to .JPG files:
  86.  
  87.            GIF2JPG [options] [files...]
  88.  
  89.            If any .JPG files with the same name already exist you will be
  90.            asked whether to overwrite them.  If any GIF89A files are
  91.            encountered you will be asked whether or not to convert them.
  92.            GIF89A files are not automatically converted since they can
  93.            contain text and multiple images; this information will be
  94.            lost when the image is converted to a JPEG file.
  95.  
  96.  
  97.            To convert .JPG files to .GIF files:
  98.  
  99.            JPG2GIF [options] [files...]
  100.  
  101.            If any .GIF files already exist you will be asked whether or
  102.            not to overwrite them.
  103.  
  104.  
  105.            There are two options which are common to both programs:
  106.  
  107.                 -a:  automatically proceeds (overwriting any existing
  108.                      files and converting GIF89A files).
  109.  
  110.                 -k:  kill (removes) the original files after they are
  111.                      processed.
  112.  
  113.  
  114.  
  115.  
  116.            The GIF2JPG program has an additional option:
  117.  
  118.                 -q[n]:  specify the JPEG quality factor which will be
  119.                         used when compressing GIF files.
  120.  
  121.                         The default is 55.
  122.  
  123.                         A lower number will result in a higher
  124.                         compression ratio, but a lower quality image.
  125.                         Specifying a very low quality factor (less than
  126.                         15) will result in poor quality images.
  127.  
  128.  
  129.  
  130.            Note that you may specify wild cards as part of the file name
  131.            and that multiple file names may be specified.
  132.  
  133.  
  134.            Examples:
  135.  
  136.  
  137.            GIF2JPG  -q30 *.gif
  138.  
  139.            Will convert all .gif files in the current directory to .jpg
  140.            files, using a quality factor of 30.
  141.  
  142.  
  143.            JPG2GIF  -k -a  test.jpg  madonna.jpg  n?.jpg
  144.  
  145.            Will convert the specified files back to .gif files, deleting
  146.            the .jpg files and automatically overwriting the existing GIF
  147.            files.
  148.  
  149.  
  150.  
  151.  
  152.                                Hardware Requirements
  153.  
  154.            An IBM PC or clone (at least an 80286 for any kind of
  155.            performance).
  156.  
  157.            A hard drive (JPG2GIF needs to open temporary files while
  158.            processing; you must have at least 3 times as much disk space
  159.            available as the largest image you are converting (for
  160.            example, a 640 by 480 file requires 1 Megabyte of free space].
  161.  
  162.            MS-DOS or PC-DOS 3.1 or later.
  163.  
  164.            380K of available RAM.
  165.  
  166.  
  167.  
  168.  
  169.                                      Shareware
  170.  
  171.            GIF2JPG and JPG2GIF are shareware programs.  Please feel free
  172.            to distribute them by giving copies to your friends, uploading
  173.            them to bulletin boards, and trading them at user clubs.  You
  174.            must distribute them unaltered, and as a set, including this
  175.            document.  You may not sell these files for more than a
  176.            reasonable media duplication cost ($7.00).
  177.  
  178.            You may use GIF2JPG and JPG2GIF on a trial basis for two
  179.            weeks; after that you must register by sending us $20 or stop
  180.            using them.  The last page of this document is an order form
  181.            which you may use.  When you register, you will be shipped a
  182.            copy of the latest version of JPG2GIF and GIF2JPG (if,
  183.            according to your order form, you already have the latest
  184.            version, we will ship you the first update when it is
  185.            available).
  186.  
  187.            By registering you will encourage us to make future
  188.            improvements to this software (especially decreasing the
  189.            conversion time).
  190.  
  191.  
  192.  
  193.                                    Image Quality
  194.  
  195.            JPEG compression works best on images which are continuous
  196.            tone images, such as those produced by a scanner or digitizer.
  197.            Images which are drawn with paint programs typically do not
  198.            JPEG compress very well.
  199.  
  200.            In addition, the best quality JPEG images result when you
  201.            start with 24 bit, undithered images.  Unfortunately GIF does
  202.            not support 24 bit images; and most of the 8 bit GIF images
  203.            are dithered.
  204.  
  205.            So, if you are using a scanner or digitizer to produce images,
  206.            you can get better compression ratios, and better quality
  207.            images, if you generate 24 bit Targa or TIFF files and then
  208.            convert them to JPEG files.  You can't do this with GIF2JPG,
  209.            but you can with another Handmade product, Image Alchemy.  See
  210.            the blatant ad below.
  211.  
  212.  
  213.  
  214.                                   JPEG Information
  215.  
  216.            If you would like more information on the JPEG format please
  217.            contact:
  218.  
  219.                 X3 Secretariat
  220.                 Computer and Business Equipment Manufacturers Institute
  221.                 311 First Street NW, Suite 500
  222.                 Washington, DC  20001-2178
  223.  
  224.  
  225.  
  226.  
  227.                             Blatant Ad for Image Alchemy
  228.  
  229.            If your interest in image files extends beyond GIF and JPEG
  230.            you might be interested in Image Alchemy.
  231.  
  232.            In addition to converting between over 15 different image file
  233.            formats, including GIF, JPEG, TIFF, Targa, PCX, Sun Raster,
  234.            Silicon Graphics Image, IFF/ILBM, PBM, and Encapsulated
  235.            Postscript, Alchemy will allow you to resize images, dither
  236.            images, and view images on a VGA monitor.
  237.  
  238.            See the order form below for details on how to get a shareware
  239.            version.
  240.  
  241.  
  242.  
  243.                                   Bugs and Support
  244.  
  245.            If you have a question or think you found a bug in GIF2JPG or
  246.            JPG2GIF don't hesitate to contact us.  We prefer to be reached
  247.            by email at the addresses listed on the front page of this
  248.            manual (we apologize for not having a BBS you can call; we
  249.            will soon).  You may also fax us or call us during normal
  250.            business hours (we are on the West Coast).
  251.  
  252.            By the way, contact us even if you have not registered,
  253.            because in addition to wanting to know about potential bugs,
  254.            we figure the best way to encourage registrations is to
  255.            demonstrate that we care about our customers.
  256.  
  257.  
  258.  
  259.                                      Trademarks
  260.  
  261.            GIF2JPG, JPG2GIF, and Image Alchemy are trademarks of Handmade
  262.            Software, Inc.
  263.  
  264.            All other products or services mentioned are trademarks,
  265.            registered trademarks, or service marks of their respective
  266.            companies or organizations.
  267.  
  268.  
  269.  
  270.                                      Disclaimer
  271.  
  272.            Handmade Software, Inc. makes no warranty of any kind, either
  273.            expressed or implied, including but not limited to implied
  274.            warranties of merchantability and fitness for a particular
  275.            purpose.
  276.  
  277.            In no event shall Handmade Software, Inc. be liable for any
  278.            errors contained herein or for incidental or consequential
  279.            damages in connection with the furnishing, performance, or use
  280.            of the GIF2JPG or JPG2GIF products or documentation.
  281.  
  282.  
  283.                          JPG2GIF and GIF2JPG 1.41 Order Form
  284.  
  285.  
  286.    Send to:       Handmade Software, Inc.
  287.                   15951 Los Gatos Blvd., Suite 7
  288.                   Los Gatos, CA  95032
  289.  
  290.  
  291.    Qty    Description                                       Price     Total
  292.  
  293.  
  294.  
  295.    _____  JPG2GIF & GIF2JPG for IBM PC                      $20.00  __________
  296.  
  297.  
  298.    _____  Image Alchemy -- Shareware version                 $2.00  __________
  299.  
  300.  
  301.           Sub-Total:                                                __________
  302.  
  303.  
  304.           California Residents add applicable sales tax             __________
  305.  
  306.  
  307.           Total                                                     __________
  308.  
  309.  
  310.    Circle Disk size:        3 1/2"           5 1/4"
  311.  
  312.  
  313.    Circle Payment form:       Check       MC       Visa       Amex
  314.  
  315.  
  316.    Card #:______________________________________     Exp. Date:   ____________
  317.  
  318.  
  319.  
  320.    Signature: _____________________________________________________
  321.  
  322.  
  323.    Name: ___________________________________________________________
  324.  
  325.    Address: ________________________________________________________
  326.  
  327.             ________________________________________________________
  328.  
  329.    City: ___________________________ State: _________ Zip: _________
  330.  
  331.    Phone: (______) ________________   Fax: (______) ________________
  332.  
  333.  
  334.  
  335.    Phone number of BBS you got this program from: __________________
  336.  
  337.  
  338.    Name of BBS: ____________________________________________________
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.